home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / config / configdata.c < prev    next >
C/C++ Source or Header  |  1996-07-28  |  379b  |  20 lines

  1.  
  2. #include "config.p"
  3. #include "../../configure.h"
  4.  
  5. CB_MODE_
  6.     cb_mode;
  7. unsigned       
  8.     call,
  9.     ntries = NTRIES,
  10.     show_phonenumbers,
  11.     show_destinations = 1,
  12.     show_extra,
  13.     show_direct;
  14.  
  15. char        
  16.     *modembase = MODEMPROCESS,
  17.     *email_address = EMAIL_ADDRESS,
  18.     *login_program = LOGIN_PROGRAM,
  19.     *mgetty_path = MGETTY_PATH,
  20.     *base_path = BASE_PATH;